.pageTop{
  position:sticky;
  top:0;
  z-index: 7;
  background:#fff;
  padding:10px 0;
}


.sub_title{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sub_title h3,
.sub_title h3 a{
    font-size:17px;
    color:#222;
    font-weight: 600;
    line-height: 1.3;
}


/* 식당리스트 */
    .list_wrap,
   .restWrap {
       width: 100%;
       border-top:1px solid var(--graydd);
       padding-top:20px;
   }
  .list_wrap .list_con,
  .restWrap .restBox {
    width: 100%;
    border-bottom: 1px solid var(--graydd);;
    position: relative;
  }
  .list_wrap .list_con:last-of-type,
  .restWrap .restBox:last-of-type{
    border-bottom:0;
  }
  .list_wrap .list_con .list_title strong,
  .restWrap .restBox .rest_title strong {
    font-size: 17px;
    color: var(--black222);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 7px;
    display: block;
    width:calc(100% - 65px);
    word-break: keep-all;
  }
  .list_wrap .list_con .list_title p,
  .restWrap .restBox .rest_title p {
    font-size: 15px;
    color: var(--gray66);
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
  }
  .list_wrap .list_con .cuisineRecomd_img,
  .restWrap .restBox .cuisineRecomd_img{
    display: flex;
    gap: 1px;
  }

  .recomdRest_img{
    display: flex;;
  }

  .Big_img{
    width:100%;
    height: 0;
    padding-bottom:80.3%;
    position:relative;
    overflow: hidden;;
    flex:2;
    border-right:1px solid var(--graydd);
  }
  .Big_img img{
    width:100%;
    max-width: 700px;
    height:100%;
    object-fit: cover;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    border:1px solid var(--graydd);
    border-radius: 0;;
  }

  .Big_img_thumb{
    display: flex;
    flex-direction: column;
    gap:1px;
    flex:1;
  }
  .Big_img_thumb li{
    width:100%;
    height:0;
    padding-bottom:80%;
    position:relative;
  }
  .Big_img_thumb li img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    left:0;
    top:0;
    border-radius: 0;
    border:0;;
  }

  .more_btn{
    padding:5px 10px;
    width:100%;
    border-radius: 5px;
    border:1px solid var(--surfcolor);
    text-align: center;
  }
  .more_btn button{
    padding:3px 0;
    color: var(--surfcolor);
    font-size:14px;
    width: 100%;
  }
  .list_wrap .list_con .img_box,
  .restWrap .restBox .img_box {
    width: 100%;
    display: flex;
    gap: 1px;
    margin-top:10px;
  }
  .list_wrap .list_con .img_box li,
  .restWrap .restBox .img_box li {
    flex: 1;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden;
  }
  .list_wrap .list_con .img_box li img,
  .restWrap .restBox .img_box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    border:1px solid var(--graydd);
    border-radius:5px;
  }
  
  /* 혜택 시작 */
  .list_wrap .list_con .benefits,
  .restWrap .restBox .benefits{
    width:100%;
    display: flex;
    margin-bottom:10px;
  }
  .list_wrap .list_con .benefits p,
  .restWrap .restBox .benefits p{
    padding:10px 5px 10px 10px;
    background:#ebf3ff;
    color:#00408a;
    width: calc(100% - 30px);
    /* line-height: 30px;; */
    line-height:1.3;
    text-align: center;
    position:relative;
  }
  .list_wrap .list_con .beneifits p:before,
  .restWrap .restBox .benefits p:before{
    content:"";
    width:20px;
    height:20px;
    background:var(--whiteff);
    border-radius: 50%;
    position:absolute;
    left:0%;
    top:50%;
    transform: translate(-50%, -50%);
  }
  .list_wrap .list_con .benefits span,
  .restWrap .restBox .benefits span{
    width:30px;
    /* height:40px; */
    height: auto;;
    background:#8cbaff;
    border-left:2px dashed var(--whiteff);
    position:relative;
  }
  .list_wrap .list_con .benefits span:after,
  .restWrap .restBox .benefits span:after{
    content:"";
    width:20px;
    height:20px;
    background:var(--whiteff);
    border-radius: 50%;
    position:absolute;
    right:-10px;
    top:50%;
    transform: translateY(-50%);
  }



  /* 혜택 끝 */


  .list_wrap .list_con .tag,
  .restWrap .restBox .tag {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .list_wrap .list_con .tag span,
  .restWrap .restBox .tag span {
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    color: var(--gray66);
  }
  .list_wrap .list_con .desc,
  .list_wrap .list_con .loca,
  .restWrap .restBox .desc,
  .restWrap .restBox .loca {
    font-size: 14px;
    line-height: 1.3;
    color: var(--gray8e);
  }
  .list_wrap .list_con .loca,
  .restWrap .restBox .loca{
    background:url(../images/ic_marker_gray.svg) left center no-repeat;
    background-size:14px;
    padding-left:15px;
  }
  .list_wrap .list_con .loca span,
  .restWrap .restBox .loca span {
    display: inline-block;
  }
  .list_wrap .list_con .icon,
  .restWrap .restBox .icon {
    display: flex;
    gap:10px;
    align-items: center;
    position:static;
  }
  .list_wrap .list_con .icon li img,
  .restWrap .restBox .icon li img {
    width: 25px;
    height: 25px;
  }
  .list_wrap .list_con .icon li.disabled img,
  .restWrap .restBox .icon li.disabled img {
    opacity: 0.2;
  }
  .list_wrap .list_con .servi_time p,
  .restWrap .restBox .servi_time p {
    font-size: 14px;
    color: var(--gray66);
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap:0 3px;
    flex-wrap: wrap;
  }
  .list_wrap .list_con .servi_time p span,
  .restWrap .restBox .servi_time p span{
    display:inline-flex;
    gap:3px;
    align-items: center;
  }
  .list_wrap .list_con .servi_time p i,
  .list_wrap .list_con .servi_time p span i,
  .recomd_brand .box .food_info i,
  .restWrap .restBox .servi_time p span i{
    width:15px;
    height:15px;
    display: inline-block;
  }
  .list_wrap .list_con .servi_time p .i-breakfast,
  .list_wrap .list_con .servi_time p span .i-breakfast,
  .restWrap .restBox .servi_time p span .i-breakfast,
  .i-breakfast{
    background:url(../images/i-breakfast.jpg?v=2) center no-repeat;
    background-size:100%;
  }
  .list_wrap .list_con .servi_time p .i-lunch,
  .list_wrap .list_con .servi_time p span .i-lunch,
  .restWrap .restBox .servi_time p span .i-lunch,
  .i-lunch{
    background:url(../images/i-lunch.jpg?v=2) center no-repeat;
    background-size:100%;
  }
  .list_wrap .list_con .servi_time p .i-dinner,
  .list_wrap .list_con .servi_time p span .i-dinner,
  .restWrap .restBox .servi_time p span .i-dinner,
  .i-dinner{
    background:url(../images/i-dinner.jpg?v=2) center no-repeat;
    background-size:100%;
  }
  
  .list_wrap .list_con .servi_time p i.xi-night,
  .restWrap .restBox .servi_time p i.xi-night{
    margin-left:0px;
  }
  .list_wrap .list_con .servi_time div,
  .restWrap .restBox .servi_time div{
    /* width: calc(100% - 70px); */
    width:100%;
  }
  .list_wrap .list_con .servi_time .sales_time,
  .restWrap .restBox .servi_time .sales_time{
    margin-top:5px;
    width:100%;; 
  }
  .list_wrap .list_con .servi_time .sales_time .time_time,
  .restWrap .restBox .servi_time .sales_time .time_time{
    display:flex;
    gap:3px;
    align-items: center;
    background:url('../images/ic_clock_red.svg') left 2px no-repeat;
    background-size:16px;
    padding-left:16px;
  }
  .list_wrap .list_con .servi_time .sales_time p.sales_time_detail,
  .restWrap .restBox .servi_time .sales_time p.sales_time_detail{
    background:url(../images/ico-arrow-down.svg) 100% 7px no-repeat;
    padding-right:15px;
  }
  .list_wrap .list_con .servi_time .sales_time p.sales_time_detail.on,
  .restWrap .restBox .servi_time .sales_time p.sales_time_detail.on{
    background:url(../images/ico-arrow-up.svg) 100% 7px no-repeat;
    padding-right:15px;
  }
  .list_wrap .list_con .servi_time .sales_time p .close,
  .restWrap .restBox .servi_time .sales_time p .close,
  .restWrap .restBox .servi_time .sales_time p .holiday{
    color:var(--redec);
  }
  .list_wrap .list_con .servi_time .sales_time p .open,
  .restWrap .restBox .servi_time .sales_time p .open{
    color:#01b453;
  }
  .list_wrap .list_con .servi_time .sales_time p .ready,
  .restWrap .restBox .servi_time .sales_time p .ready{
    color:#ff7629;
  }
  
  .time_list{
    display:none;
    margin-top:10px;
    padding-left:20px;
  }
  .time_list > div{
    max-height: 450px;
    overflow: auto;
   
  }
  .time_list span.close{
    width:30px;
    height:30px;
    background:url(../images/ico-close-white.svg) center no-repeat;
    background-size:20px;
    position:absolute;
    left:50%;
    transform: translateX(-50%);
    top:-40px;
  }
  .time_list h3{
    font-size:17px;
    color:#222;
    font-weight: 500;
    margin-bottom:20px;;
  }
  .time_list dl{
    margin-bottom:20px;
    display: flex;
    gap:10px;
    align-items: flex-start;
  }
  .time_list dl dt{
    font-size:14px;
    font-weight: 500;
    width:75px;
  }
  .time_list dl dd{
    width:calc(100% - 90px);
  }
  .time_list dl dd p{
    color:var(--gray8e);
    font-size:13px;
    font-weight: 500;
    margin-bottom:5px;
  }
  .time_list dl dd p.close{
    color:var(--redec);
  }
  
  .filter_select_value{
    line-height:35px;
    background:#f1f1f1;
    font-size:14px;
    padding-left:5px;
    border-radius: 5px;
    letter-spacing: -1px;
    text-align: center;
  }
  .restWrap .restBox .book_btn{
    display: flex;
    gap:5px;
    margin-top:2px;
    justify-content: center;
  }
  .restWrap .restBox .reser_btn {
    width: 225px;
    height: 35px;
    background: var(--gray99);
    border-radius: 5px;
    color: var(--whiteff);
    font-size: 14px;
    display: block;
  }
  .restWrap .restBox .reser_btn2{
    padding:7px 20px;
    border-radius: 4px;;
    font-size:14px;
    background:var(--surfcolor);
    color:var(--whiteff);
    height:34px;
    width: 225px;
    max-width:100%; 
  }
  .restWrap .restBox .reser_btn.noBook{
    width: 225px;
    height: 35px;
    border:1px solid var(--gray99);
    color:var(--gray99);
    border-radius: 5px;
    background: var(--whiteff);
    font-size: 14px;
    display: block;
    line-height: 35px;
    padding:0;;
  } 
  .restWrap .restBox .reser_btn3{
    padding:7px 0px;
    border-radius: 4px;;
    font-size:14px;
    background:var(--whiteff);
    color:var(--black22);
    border:1px solid var(--black22);
    height:34px;
    width: 225px;
    max-width:100%; 
    font-weight: 400;
    letter-spacing: -1px;
    }
  .restWrap .restBox .reser_btn3 span{
    color: var(--redec);
    font-weight: 500;
  }

  button.scrollTop{
    width:30px;
    height:30px;
    background:#f9f9f9;
    border:1px solid var(--gray44);
    position:fixed;
    bottom:10px;
    right:10px;
    text-align: center;
    line-height: 30px;
    padding:0;;
  }

.rest_detail_info > p.tablechk_tit{
  font-size:14px;
}

/* 추천식당 */
.Big_img img{
  border-radius:5px 0 0 5px;
}
.Big_img_thumb .item1 img{
  border-radius:0 5px 0 0;
}
.Big_img_thumb .item3 img{
  border-radius:0 0 5px 0;
}


  /* 추천식당 */
  .cuisineRecomd {
    
  }
  
.cuisineRecomd .thumb{
    width:100%;
    height:0;
    position:relative;
    padding-bottom:60%;
    margin-bottom:10px;
    overflow: hidden;
  }
  .cuisineRecomd .thumb span{
    padding:5px 40px;
    position:absolute;
    left:-40px;
    top:34px;
    font-size:15px;
    background:#b8ff13;
    transform:rotate(-45deg);
  }

  .cuisineRecomd .thumb img{
    width:100%;
    height:100%;
    object-fit: cover;
    position:absolute;
    border-radius: .7rem;
  }
  .cuisineRecomd .info{}
  .cuisineRecomd .slide_title{}

  .cuisineRecomd .slide_title strong{
    font-size: 16px;
    color: var(--black222);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 7px;
    display: block;
    /* width:calc(100% - 65px); */
    /* word-break: keep-all; */
  }
  .cuisineRecomd .slide_title p{
    font-size: 13px;
    color: #666;
    font-weight: 400;
    margin-bottom: 8px;
    display: inline-block;
  }

  .cuisineRecomd .distance{
    font-size:13px;
    color:var(--gray8e);
    background:url('../images/ic_marker_gray.svg') left center no-repeat;
    background-size:15px;
    padding-left:16px;
  }

/* 영업시간 */
.wrapBox,
.sales_time{
  display:flex;
  gap:10px;
  align-items: center;
}
.wrapBox{
  flex-direction: column;
  align-items: flex-start;
}
.sales_time{
  gap:0px;
}
.sales_time .time_time{
  display:flex;
  gap:3px;
  align-items: center;
  background:url('../images/ic_clock_red.svg') left top no-repeat;
  background-size:15px;
  padding-left:13px;
}
.sales_time .time_time svg,
.sales_time p,
.sales_time .sales_holiday{
  color:var(--redec);
  font-size:13px;
}
.sales_time .time_time .sales_time_detail{
  background:url(../images/ico-arrow-down.svg) 100% 4px no-repeat;
  padding-right:25px;
}
.sales_time .time_time .sales_time_detail.on{
  background:url(../images/ico-arrow-up.svg) 100% 4px no-repeat;
  padding-right:25px;
}
.sales_time .time_time .close,
.sales_time .time_time .holiday{
  color:var(--redec);
}

.cuisineRecomd .icon {
  display: flex;
  gap:10px;
  align-items: center;
  position:static;
}
.cuisineRecomd .icon li img {
  width: 35px;
  height: 35px;
}
.cuisineRecomd .icon li.disabled img {
  opacity: 0.2;
}
  .cuisineRecomd .servi_time{

  }
  .cuisineRecomd .servi_time span{
    display:inline-flex;
    letter-spacing: -0.5px;
  }
  .cuisineRecomd .servi_time span:first-child,
  .cuisineRecomd .servi_time span:nth-child(2){
    margin-right:6px;
  }
  .cuisineRecomd .servi_time span:last-child{
  }
  .cuisineRecomd .servi_time p{
    font-size:12px;
    color: var(--surfcolor);
    border:1px solid var(--surfcolor);
    border-radius: 50px;
    padding:4px 10px;
    display:inline-flex;
  }  
  .cuisineRecomd .servi_time p span{
    display:inline-flex;
    gap:3px;
    align-items: center;
  }
  .cuisineRecomd .servi_time p span i{
    width:10px;
    height: 15px;
    display:inline-block;
  }  
  .cuisineRecomd .servi_time p span .i-breakfast{
    background:url(../images/i-breakfast_surf.jpg) center no-repeat;
    background-size:100%;
  }
  .cuisineRecomd .servi_time p span .i-lunch{
    background:url(../images/i-lunch_surf.jpg) center no-repeat;
    background-size:100%;
  }
  .cuisineRecomd .servi_time p span .i-dinner{
    background:url(../images/i-dinner_surf.jpg) center no-repeat;
    background-size:100%;
  }
  


















/* 2주간공석정보 */

.week_seat_tb {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
    margin-top:10px;
  }
  .week_seat_tb .tb_tit {
    background: #f1f1f1;
    width: 50px;
  }
  .week_seat_tb .tb_tit i {
    display: block;
  }
  .week_seat_tb th {
    border-bottom: 1px solid #ddd;
  }
  .week_seat_tb th i {
    font-size: 20px;
  }
  .week_seat_tb th:not(:last-child),
  .week_seat_tb td:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  .week_seat_tb th,
  .week_seat_tb td {
    font-size: 12px;
    color: var(--gray66);
    font-weight: normal;
    text-align: center;
    padding: 3px 0;
  }
  .week_seat_tb td:nth-child(1),
  .week_seat_tb td:nth-child(2),
  .week_seat_tb td:nth-child(3),
  .week_seat_tb td:nth-child(4),
  .week_seat_tb td:nth-child(5),
  .week_seat_tb td:nth-child(6),
  .week_seat_tb td:nth-child(7){
    border-bottom:1px solid #ddd;
  }
  .week_seat_tb .sat {
    color: var(--skyblue00);
  }
  .week_seat_tb .sun {
    color: var(--redec);
  }
  .week_seat_tb span {
    display: block;
    margin-bottom: 6px;
  }
  .week_seat_tb td p{
    color:var(--redec);
    font-size:14px;
    font-weight: 500;
  }
  .week_seat_tb td.pick{
    background:var(--surfcolor);
  }
  .week_seat_tb td.pick p,
  .week_seat_tb td.pick span{
    color:#fff;
  }
  
  .week_seat_tb th mark{background:transparent; display: block; color:#666; margin-bottom:2px;}
  
  

  .readmore{
    font-size:12px;
    color:var(--gray66);
    text-align: right;
    display:block;
  }

  .reser_time_btn{
    width:100%;
    display:flex;
    gap:7px;
    overflow-y: scroll;
  }
  .reser_time_btn::-webkit-scrollbar{
    width:5px;
  }
  .reser_time_btn::-webkit-scrollbar-track,
  .reser_time_btn::-webkit-scrollbar-thumb{
    background-color:transparent;
  }
  .reser_time_btn li{
    padding:10px 20px;
    border-radius: 50px;
    font-size:13px;
    color:#fff;
    background:var(--surfcolor);
  }
  .reser_time_btn li.on{
    background:var(--redec);
  }
  .rest_announ ul{
    padding-left:20px;
  }
  .rest_announ ul li{
    font-size:14px;
    line-height:1.5;
    color:var(--gray44);
    margin-bottom:10px;
    list-style-type: disc;
  }
  .rest_announ ul li:last-of-type{
    margin-bottom:0;
  }
  .rest_announ a.add_announ{
    text-align: center;
    display:block;
    color:var(--surfcolor);
    text-decoration: underline;
  }
  

  /* 좋아요,공유 */
  .select_btn {
    display: flex;
    gap: 2px;
    position: absolute;
    right: 0;
    top: -3px;
  }
  .select_btn button.like {
    width: 30px;
    height: 30px;
    background:#fff url(../images/ico-heart-gray.svg) center no-repeat;
    background-size: 21px;
    border-radius: 50%;
    padding:0;
  }
  .select_btn button.like.on {
    background: url(../images/ico-heart-on.svg) center no-repeat;
    background-size: 20px;
  }
  .select_btn p.share {
    width: 30px;
    height: 30px;
    background: url(../images/ico-share.svg) center no-repeat;
    background-size: 20px;
  }

  /* 지역필터팝업리스트 */
  .radio_chk{
    display:flex;
    flex-wrap: wrap;
    gap: 10px;;
  }
  .radio_chk li{
    width:100%;
  }

  .radio_chk .cuisineView.hidden{
    display:none;
  }
  .radio_chk_half li{
    width:calc(50% - 5px);
  }

